home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 July / WPCJUL96.ISO / file.exe / REFFINJ.DXR / 00003_REFReferences Frame.ls < prev    next >
Encoding:
Text File  |  1996-05-15  |  380 b   |  18 lines

  1. on exitFrame
  2.   global GTSTrySprite, IFLCanChange, browserID, IFLBrowsercounter
  3.   go(the frame)
  4.   if the mouseUp then
  5.     set IFLCanChange to 1
  6.   end if
  7.   IFLsectionWordAnimate()
  8.   REFGoToSection()
  9.   REFQuitCD()
  10.   if browserID > 32 then
  11.     if IFLBrowsercounter = 2 then
  12.       REFCheckBrowser()
  13.     else
  14.       set IFLBrowsercounter to 1 + IFLBrowsercounter
  15.     end if
  16.   end if
  17. end
  18.